Pick up missed fix for route_head_alloc.
authorrobertl <robertl>
Tue, 22 Oct 2002 19:13:31 +0000 (19:13 +0000)
committerrobertl <robertl>
Tue, 22 Oct 2002 19:13:31 +0000 (19:13 +0000)
route.c

diff --git a/route.c b/route.c
index 7614b8bd894e3cc5ab2fabdb7b515732fe96e516..92c8f4a18f875b3fbe34472e7b32726281daa9a5 100644 (file)
--- a/route.c
+++ b/route.c
@@ -35,7 +35,7 @@ route_head_alloc(void)
        route_head *rte_head;
        rte_head = xmalloc(sizeof (*rte_head));
        QUEUE_INIT(&rte_head->Q);
-
+       return rte_head;
 }